home *** CD-ROM | disk | FTP | other *** search
- flyCount = "10";
- index = "1";
- while(flyCount >= index)
- {
- if("0" < getProperty("../flyin" add index add "/fly1", _X) and "0" < getProperty("../flyin" add index add "/fly1", _Y))
- {
- set("fline:caught","1");
- pickedOff = index;
- temp = eval("..:flyCaught");
- set("..:flyCaught",temp + "1");
- set("fline:gotcha",index);
- index = "11";
- }
- else
- {
- index += "1";
- }
- }
-